Release 10.1A: OpenEdge Development:
ADM Reference


unbindServer

Procedure that unbinds the AppServer by destroying the server side object started by the client.

Location: appserver.p

Parameters:

INPUT pcMode AS CHARACTER

Valid values are unconditional, conditional, and the empty string. If conditional, unbinding only takes place if the caller is at the same level as BindSignature. The empty string is recognized, but not currently supported.

Notes:

RUN bindServer in <handle>.
somerequest in handle
somerequest in handle
RUN unbindServer(?). 

hAsHandle = getAsHandle().
somerequest in hasHandle
RUN unbindServer(?). 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095